html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0 none;
	font: inherit;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Roboto, sans-serif';
}

* {
	border: medium none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

*:focus {
	outline: 0;
}

a:hover {
	color: #fa5422;
}

@font-face {
	font-family: 'arial';
	src: url('../fonts/arial_0.ttf');
}

@font-face {
	font-family: 'Roboto, sans-serif';
	src: url('../fonts/roboto.regular.ttf');
}

@font-face {
	font-family: 'Roboto, sans-serif';
	src: url('../fonts/ roboto.light.ttf');
}

@font-face {
	font-family: 'arial';
	src: url('../fonts/helveticalt.eot');
	src: url('../fonts/helveticalt.eot') format('embedded-opentype'), url('../fonts/helveticalt.woff') format('woff'), url('../fonts/helveticalt.ttf') format('truetype'), url('../fonts/helveticalt.svg#HelveticaLightLight') format('svg');
}

@font-face {
	font-family: 'HelveticaNeue-Bold';
	src: url('../fonts/HelveticaNeue-Bold.eot');
	src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue') format('svg');
}

@font-face {
	font-family: 'helvetica25UltraLightRegular';
	src: url('../fonts/helveticaultralt.eot');
	src: url('../fonts/helveticaultralt.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaultralt.woff') format('woff'), url('../fonts/helveticaultralt.ttf') format('truetype'), url('../fonts/helveticaultralt.svg#HelveticaNeue') format('svg');
}

@font-face {
	font-family: 'HelveticaNeueThin';
	src: url('../fonts/HelveticaNeueThin.eot');
	src: url('../fonts/HelveticaNeueThin.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueThin.woff2') format('woff2'), url('../fonts/HelveticaNeueThin.woff') format('woff'), url('../fonts/HelveticaNeueThin.ttf') format('truetype'), url('../fonts/HelveticaNeueThin.svg#HelveticaNeueThin') format('svg');
}

@font-face {
	font-family: 'HelveticaNeueLTStdTh';
	src: url('../fonts/HelveticaNeueLTStdTh.eot');
	src: url('../fonts/HelveticaNeueLTStdTh.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStdTh.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStdTh.woff') format('woff'), url('../fonts/HelveticaNeueLTStdTh.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStdTh.svg#HelveticaNeueLTStdTh') format('svg');
}

body {
	margin: 0;
	padding: 0;
	color: #667277;
	background: #fff;
}

/*---------------------Default styles ------------------*/
a {
	color: #5f5e5e;
	text-decoration: none;
	outline: none;
}

strong {
	font-weight: bold;
}

a:hover {
	color: #fa5422;
}

a:active {
	outline: none !important;
}

img {
	border: none;
	max-width: 100%;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.clear10 {
	clear: both;
	height: 10px;
}

.clear20 {
	clear: both;
	height: 20px;
}

.clear30 {
	clear: both;
	height: 30px;
}

.clear40 {
	clear: both;
	height: 40px;
}

.clear22 {
	clear: both;
	height: 18px;
}

.clear62 {
	clear: both;
	height: 62px;
}

h1,
h2,
h3,
blockquote {
	text-rendering: optimizelegibility;
	-moz-text-rendering: optimizelegibility;
	-webkit-text-rendering: optimizelegibility;
}


/*Google Analytics code*/


@media (max-width:767px) {
	.page.gamobile {
		width: 100% !important;
	}
}

@media (max-width:575px) {
	header.gamobile {
		padding: 30px 20px !important;
	}

	.gamobile-content {
		padding: 30px 20px !important;
	}

	.gamobile-content-bottom-p {
		font-size: 16px !important;
	}

	.gasignin-btn {
		font-size: 13px !important;
	}

	.gasignin-btn-bold-txt {
		font-size: 13px !important;
	}
}